GUI Help > Special > itemText

itemText
str text=itemText(handle gadget, int index)

Description:
Retrieves the text of the specified item in a listbox or combobox.

Return Value:
Text of specified item.

Parameters:
gadget Handle to a listbox or combobox gadget.
index Index of item whoose text you wish to retrieve.
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)